Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hotfix] - updated application.properties #348

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

mlm483
Copy link
Contributor

@mlm483 mlm483 commented Apr 11, 2024

For the application.properties that is bind-mounted into brapi-server, I updated
spring.flyway.locations=classpath:db/migration,classpath:db/sql,classpath:org/brapi/test/BrAPITestServer/db/migration
to
spring.flyway.locations=classpath:db/migration,classpath:org/brapi/test/BrAPITestServer/db/migration.

It was necessary to remove the classpath:db/sql directory, because the SQL in that directory is seed data for dev/test and shouldn't be deployed.

@mlm483 mlm483 merged commit fc431e0 into main Apr 11, 2024
3 checks passed
@mlm483 mlm483 deleted the hotfix/brapi-server-bind-mount branch April 11, 2024 12:18
@mlm483 mlm483 restored the hotfix/brapi-server-bind-mount branch April 11, 2024 12:18
@mlm483 mlm483 deleted the hotfix/brapi-server-bind-mount branch October 3, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant